type github.com/jackc/pgx/v5/pgtype.encodePlanInetCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		inet.go#L46: 		return encodePlanInetCodecBinary{}
		inet.go#L54: type encodePlanInetCodecBinary struct{}
		inet.go#L56: func (encodePlanInetCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {